home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / msntcn16.zip / README.1ST < prev   
Text File  |  1995-05-08  |  4KB  |  74 lines

  1. Mosaic-to-Netscape ini file converter v1.06.
  2. -------------------------------------
  3. If you're like me, you've probably got at least 50 URLs in your Mosaic
  4. menu structure. If you decide to try out Netscape instead, then they
  5. have to be retyped in manually, and then the menu structure reassembled.
  6. This program converts the URLs into a bookmark.html file, as is used by
  7. Netscape to store its bookmarks, and also attempts to maintain the menu 
  8. structure that you've lovingly assembled in Mosaic. In the older versions
  9. of Mosaic hotlist (if present) is added as a toplevel menu.
  10.  
  11. Notes on use.
  12. -------------
  13. This is a Visual basic application, and as such needs the vbrun300.dll file
  14. in your windows/system directory. This can easily be found using Mosaic.
  15. (Try opening URL ftp://ftp.cica.indiana.edu/pub/pc/win3 and go from there)
  16. It also hasn't been tested on OS/2, so be warned.
  17.  
  18. This really designed to be run immediately after installing Netscape, as if
  19. there's nothing in the bookmark file already. Be warned, if you have got URLS
  20. in your Netscape bookmark file, they will be over written without warning.
  21. There is a backup checkbox, to save a copy of your original bookmark file if
  22. you want, but the backup can be overwritten if multiple conversions are done;
  23. If you're really paranoid just copy it into another directory.
  24.  
  25. Note that the Netscape stores your email addresses in your bookmark file, and
  26. this will be overwritten, and you'll have to retype it in. If you haven't set
  27. this up yet then do it afterward. (off the "Options" menu, "Preferences", then
  28. select "mail and proxies" in the listbox.
  29.  
  30. READ THE HELP (PRESS THE 'HELP' BUTTON!)
  31.  
  32. Limitations
  33. -----------
  34. I didn't bother creating an icon for this program, (which I wrote basically
  35. just to learn VB) as you'll probably only use it once. 
  36.  
  37. In older versions of Mosaic, the first line of mosaic's hotlist reads
  38. "file:///c|/". This is unavoidably left in. You'll just have to remove it
  39. manually..(Go to the bookmarks menu, select "view bookmarks", etc...). This is
  40. not a problem in the beta versions of mosaic, that use a different approach
  41. for hotlists.
  42.  
  43. The file associations stored in mosaic.ini are not converted.(eg wav, mpeg
  44. etc) They go in netscape.ini, not bookmark.htm. You have to do those manually.
  45. If you don't bother, then the first time netscape meets a file of an unknown
  46. type, you have the option to set it up for future reference.
  47.  
  48. The '?' that appear in the bookmark listings after conversion are a side
  49. effect from netscape storing 'Last date visited' etc, and not understanding
  50. '0' that I put in that field. They go away as you visit the sites.
  51.  
  52. Distribution
  53. ------------
  54. This program is public domain, but I'd appreciate an acknowledgement if you
  55. use the code anywhere. Source code included.
  56.  
  57. Martin Towner.
  58. phmct@siva.bris.ac.uk
  59.  
  60. Version History
  61. ---------------
  62. v1.06 - Added the help button, changed the browser to allow .hot files as
  63. well as .ini files. Made program public domain and included source.
  64.  
  65. v1.05 - fixed bug that cropped up when the last menu in mosaic.ini was
  66. toplevel. Had to add code to cope with two more changes in mosaic.ini file
  67. format used by mosaic beta 1 (spaces are removed from the menu names, and
  68. hotlist section has been replaced with a "Hotlist Manager").
  69.  
  70. v1.02 - added code to cope with changes in mosaic.ini file format in Mosaic
  71. version alpha 9 (change of format of the hotlist section and also word
  72. wrapping had been added when long addresses were entered).
  73.  
  74. v1.00 - initial release.